ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Seralization.Common Namespace / Coders.ObjectCoder<T> Class / Read Property

In This Topic
    Read Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Read As Func(Of XmlReader,T)
    public Func<XmlReader,T> Read {get;}
    See Also